home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: The RISC OS Graphics CD / Acorn User: The RISC OS Graphics CD.iso / utilities / nopaint / _nopaint / _help < prev    next >
Encoding:
Text File  |  1999-07-17  |  3.4 KB  |  98 lines

  1. Help for NoPaint
  2. © André Timmermans 1996-1998
  3.  
  4. Legal stuff
  5. ===========
  6.  
  7. This program is 'FreeWare' and must not be copied to make a profit.
  8.  
  9. This means that individuals, Public Domain libraries and Disc magazines
  10. may distribute DigitalCD as long as they charge no more than required
  11. by the distribution costs (disc, postage, ...).
  12.  
  13. You may not distribute modified versions of this program and the program
  14. must be distributed as a whole. You are not allowed to use bits of it in
  15. your own programs.
  16.  
  17. This program is supplied as is, and no liability can be accepted for
  18. damage or loss resulting from the use or misuse of the software.
  19.  
  20. Introduction
  21. ------------
  22.  
  23. Some time again I started to develop a C application named DigitalCD. As
  24. I was totally unhappy with RiscOSLib and some other available librairies
  25. I decided to create my own one. To test it and widen a little bit more
  26. is usefullness I developped a few little programs such as NoPaint, which
  27. I am now extending to make it a little bit more usable.
  28.  
  29. Basically NoPaint displays a sprite file you drop to it as a list of sprites.
  30. Just like Paint? Well, it hasn't any edition facility but it allows you to
  31. select sprites and manipulate this selection, very useful for maintaining a
  32. list of wimp icons.
  33.  
  34. Mouse operations:
  35. -----------------
  36.  
  37. Click with ADJUST on the window if the window does not have the focus,
  38. will set the focus to the last item which owned the focus.
  39.  
  40. Alt + Click on the name of a sprite will allow you to edit its name.
  41.  
  42. Click/drag with SELECT on the background will clear any previous selection
  43. and start the selection of a range of items.
  44.  
  45. Click/drag with ADJUST will preserve the current selection and invert the
  46. selection status of a range of items.
  47.  
  48. Click/drag with SELECT on a selected item will start dragging the current
  49. selection. You will be able to drag the selection to a filer, another
  50. application, the icon bar icon where it will create a new list, this list
  51. where a ghost caret will show you the destination of your move (copy if
  52. shift is pressed), or another list where a ghost caret will show you the
  53. destination of your copy (move if shift is pressed).
  54.  
  55. Click with ADJUST on a list which as not the focus sets the focus to that
  56. listwithout altering the current selection.
  57.  
  58. Several additional commands are provided by clicking MENU on the list:
  59.  
  60. + Save command.
  61.  
  62. + Standard Cut, Copy and Paste commands (Global Clipboard is supported).
  63.  
  64. + Select All and Clear commands.
  65.  
  66. Keyboard operations:
  67. --------------------
  68.  
  69. Usual actions on [shift][ctrl] arrow, page up, page down
  70.  
  71. - Ctrl + A selects all items
  72. - Ctrl + Z clears all items
  73. - Ctrl + C copy the selection to the clipboard
  74. - Ctrl + V inserts the clipboard content before item which has the focus
  75. - Ctrl + X copy the selection to the clipboard, then deletes the selection
  76. - Del deletes the selection (no use of the clipboard)
  77.  
  78. - Ins toggles follow mode on/off (use the arrows and you will understand).
  79. - Shift + Ins starts/ends a selection of an area.
  80. - Ctrl + Ins starts/ends an inversion of an area.
  81.  
  82. - F3 displays the Save window.
  83. - Shift + F3 saves the file using its current filename or behaves has F3 for a
  84.   new file.
  85.  
  86. Credits
  87. -------
  88.  
  89. Thanks to Chris manning for testing the program.
  90.  
  91. History
  92. -------
  93.  
  94. 1.00 01-Oct-97 First public release
  95. 1.01 14-Oct-97 Correction for screen mode with EY2
  96.                Support of sprite files with offset to first sprite <> 16
  97. 1.02 22-Oct-97 Speeded up loading and saving operations
  98. 1.03 04-May-98 Corrected bug in menus for pre-RPC machines.